PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class / getLineSpacingMode Method
In This Topic
    getLineSpacingMode Method
    In This Topic
    Gets the line spacing for the paragraph.
    When this property is set to the value of the line spacing is specified in method.
    When this property is set to the value of the line spacing is computed by multiplying the current line height with the value specified in method.
    Syntax
    public PDFFormattedParagraphLineSpacing getLineSpacingMode()

    Return Value

    The line spacing for the paragraph.
    See Also